/**
 * @author F.biz - http://www.fbiz.com.br/
 */

/*************** File loaded successfully: "reset.css" / "global" ***************/

/* --------------------------------------------------------------- Reset */
body{min-width:980px; font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;font-size:12px;color:#000;}
body *{outline:none;}
body,div,ol,ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
fieldset,img,abbr,acronym{border: 0px;}
p,h1,h2,h3,h4,h5, h6{margin:10px 0;}
ul{list-style-type: none;}
address,caption,cite,code,th,var{font-style:normal;font-weight:normal;}
q:before,q:after {content:'';}
hr{display:none;position:absolute;}
input[type="hidden"]{visibility:hidden;}
textarea{overflow:auto;}
a:link, a:visited, a:active, a:hover{text-decoration:underline;}

/* clear both fix */
.clear, .cb{clear:both;}
br.clear, br.cb{line-height:0;font-size:1px;}

/* hide */
.hide{
	visibility:hidden;
	overflow:hidden;
	height:1px;
	margin-top:-1px;
	font-size:1px;
	line-height:0;
}
/* --------------------------------------------------------------- forms */
.inputHolder{
	overflow:hidden;
	zoom:1;
	padding:0 3px;
	border:1px solid #404040;
}
	.inputHolder input{
		float:left;display:inline;
		width:100%;
		height:18px;
		line-height:18px;
		padding:0;
		margin:0;
		background:none;
		border:none;
		zoom:1;
	}
		
.inputHolder,
.inputHolder input,
select,
textarea{
	color:#000;
	font-size:12px;
}
.inputHolder,
select,
textarea{
	border: #404040 1px solid;
}
/*
	Use "http://www.leilaoartedesign.com.br/" para identificar a raiz do site. Ex.:
	background:url(http://www.leilaoartedesign.com.br/locales/global/img/px.gif?v=1.0.0) 0 0 no-repeat;
	
	Use "http://www.leilaoartedesign.com.br/locales/global/" para identificar a pasta global do site. Ex.:
	background:url(http://www.leilaoartedesign.com.br/locales/global/img/px.gif?v=1.0.0) 0 0 no-repeat;
	
	Use "http://www.leilaoartedesign.com.br/locales/pt-BR/" para identificar a pasta local (pt-BR, en-US, etc.) atual do site. Ex.:
	background:url(http://www.leilaoartedesign.com.br/locales/pt-BR/img/px.gif?v=1.0.0) 0 0 no-repeat;
	
	É possivel criar "variáveis" no CSS:
	
			
	h1{
		color:red;
		overflow:hidden;
		zoom:1;
	}
*/

/*************** File loaded successfully: "main.css" / "global" ***************/

/*------------------------------------------Estrutura Geral */
html,body,form{height:100%; overflow:hidden;}
body{background:url(http://www.leilaoartedesign.com.br/locales/global/img/bg_pattern.png?v=1.0.0) center top repeat-y #b9006e;}

.windowWrapper {
	position:absolute;
	top:0;
	left:0;
	background:url(http://www.leilaoartedesign.com.br/locales/global/img/bg_shade.png?v=1.0.0) no-repeat;	
	background-position:50% 50%;
	overflow:auto;
	text-align:center;
	width:100%;
	height:100%;
	
}


/* center align */
.middleHolder,
.middleHolder .middleWrapper,
.middleHolder .middleContent{
	#position: relative;
	zoom:1;
}
.middleHolder{
	min-width:1002px;
	min-height:594px;
	overflow:hidden;
	display:table;
	height:100%;
	width:100%;
}
	.middleHolder .middleWrapper{
		#top: 50%;
		_top: 50.4%; /* ie6 hack for centralaize the bg */
		display:table-cell;
		vertical-align:middle;
	}
	.middleHolder .middleContent{
		#top: -50%;
	}


/* container */
.container {
	background:url(http://www.leilaoartedesign.com.br/locales/global/img/bg_arte.jpg?v=1.0.0) 0 0 no-repeat; 
	margin:0 auto;
	position:relative;
	width:1002px;
	height:594px;
	color:#ffffff;
	text-align:left;
	overflow:hidden;
}

.mainContent {
	height:560px;
	width:982px;
	padding:10px 10px 0 10px; 
	zoom:1;
}

.linksWrapper {
	background:url(http://www.leilaoartedesign.com.br/locales/global/img/bg_footer.png?v=1.0.0) 0 0 no-repeat; 
	height:24px;
	overflow:hidden;
	padding:6px 0 0 10px;
	zoom:1;
}

.siteName {
	position:absolute;
	z-index:2;
	top:5px;
	right:5px;
}

.titLeilaoInternas {
	padding:6px 0 10px 0;
}

/* Carrousel */
.wrapperCarrousel {
	position:relative;
	background:url(http://www.leilaoartedesign.com.br/locales/global/img/bg_transparent.png?v=1.0.0) 0 0 no-repeat;
	width:982px;
	height:100px;
	zoom:1;
}

	.boxContentCarrousel {
		width:849px;
		height:100px;
		margin:0 auto;
		zoom:1;
	}
		
		.listHighlight li {
			height:100px;
			text-align:center;
			float:left;display:inline;
			width:93px;
		}
		
		.listHighlight .nomeArtista {
			font-size:9px;
			margin:0;
		}
		
			.photoHolder {
				margin:5px 7px 0 7px;
			}
			
			#prevBtn a, #nextBtn a {
				width:25px;
				height:0;
				padding-top:83px;
				overflow:hidden;
				display:block;
				text-decoration:none;
			} 
			
			#prevBtn a {
				background:url(http://www.leilaoartedesign.com.br/locales/global/img/carrousel-slider.png?v=1.0.0) 0 0 no-repeat;
				position:absolute;
				bottom:8px;
				left:7px;
			
			}
			
				#prevBtn a.hide {
					background:url(http://www.leilaoartedesign.com.br/locales/global/img/carrousel-slider.png?v=1.0.0) 0 -83px no-repeat;
					visibility:visible;
					cursor:default;
				}
			
			#nextBtn a {
				background:url(http://www.leilaoartedesign.com.br/locales/global/img/carrousel-slider.png?v=1.0.0) -25px 0 no-repeat;
				position:absolute;
				bottom:8px;
				right:7px;
			}
			
				#nextBtn a.hide {
					background:url(http://www.leilaoartedesign.com.br/locales/global/img/carrousel-slider.png?v=1.0.0) -25px -83px no-repeat;
					visibility:visible;
					cursor:default;
				}
			
				
	


/*------------------------------------------Footer */	
	
.linksWrapper ul li {
	float:left;display:inline;
	position:relative;
	margin:0 3px 0 0; 
}

	.ico {
		position:absolute;
		background:url(http://www.leilaoartedesign.com.br/locales/global/img/img_bullets.png?v=1.0.0) 0 0 no-repeat; 
		width:12px;
		height:0;
		padding-top:12px;
		overflow:hidden;
		top:4px;
		left:0;
	}

	.lnkFootHome {
		background:url(http://www.leilaoartedesign.com.br/locales/pt-br/img/bg_links-footer.png?v=1.0.0) 0 0 no-repeat; 
		width:29px;
		height:0;
		padding:12px 10px 0 0;
		overflow:hidden;
		display:block;
		border-right:2px solid #ffffff; 
	}
	
	.lnkFootSobre {
		background:url(http://www.leilaoartedesign.com.br/locales/pt-br/img/bg_links-footer.png?v=1.0.0) -37px 0 no-repeat; 
		width:79px;
		height:0;
		padding:12px 10px 0 0;
		overflow:hidden;
		display:block;
		border-right:2px solid #ffffff; 
	}
	
	.lnkFootArtistas {
		background:url(http://www.leilaoartedesign.com.br/locales/pt-br/img/bg_links-footer.png?v=1.0.0) -124px 0 no-repeat; 
		width:48px;
		height:0;
		padding:12px 10px 0 0;
		overflow:hidden;
		display:block;
		border-right:2px solid #ffffff; 
	}
	
	.lnkFootSite {
		background:url(http://www.leilaoartedesign.com.br/locales/pt-br/img/bg_links-footer.png?v=1.0.0) -179px 0 no-repeat; 
		width:101px;
		height:0;
		padding:12px 10px 0 0;
		overflow:hidden;
		display:block;
		border-right:2px solid #ffffff; 
	}

	.lnkFootTermo {
		background:url(http://www.leilaoartedesign.com.br/locales/pt-br/img/bg_links-footer.png?v=1.0.0) -289px 0 no-repeat; 
		width:78px;
		height:0;
		padding:12px 10px 0 0;
		overflow:hidden;
		display:block;
		border-right:2px solid #ffffff; 
	}
	
	.lnkFootLocal {
		background:url(http://www.leilaoartedesign.com.br/locales/pt-br/img/bg_links-footer.png?v=1.0.0) -374px 0 no-repeat; 
		width:66px;
		height:0;
		padding:12px 10px 0 0;
		overflow:hidden;
		display:block;
	}
	
	.linksWrapper fieldset {
		/* float:right;display:inline; */
		margin:0 35px 0 0; 
	} 
	
		
		.linksWrapper fieldset .titRecebaBoletim {
			background:url(http://www.leilaoartedesign.com.br/locales/pt-br/img/tit_receba-boletim.png?v=1.0.0) 0 0 no-repeat;
			height:0;
			width:116px;
			padding-top:9px;
			overflow:hidden;
			display:block;
			float:left;
			margin:3px 0 0 0;
		}
	
		.linksWrapper fieldset .boxNome {
			width:73px;
		}
		
		.linksWrapper fieldset .boxEmail{
			width:93px;	
		}
		
		.linksWrapper fieldset .boxNome,
		.linksWrapper fieldset .boxEmail {
			height:14px;
			border:1px solid #8d1c5f;
			margin:-5px 0 0 10px;
			padding:0 0 0 3px;
			color:#9f9f9f;
			font-size:10px;
			font-weight:bold;
		}
		
		
	.logoFbiz {
		float:right;display:inline;
		margin:5px;
	}

	.fieldsBoletim input.error {
		background-color:#f7f190;
	}
/*------------------------------------------Home */	
.wrpHome {
	overflow:hidden;
	padding-top:316px;
	margin-left:-10px;
	zoom:1;
}
	.titLeilao {
		background:url(http://www.leilaoartedesign.com.br/locales/pt-br/img/tit_leilao.png?v=1.0.0) 0 0 no-repeat;
		height:0;
		overflow:hidden;
		padding:74px 0 0 0;
		margin:0 0 10px 0;
	}	

	.titTirandoCrian {
		display:none;
	}

	.dataLeilao {
		background:url(http://www.leilaoartedesign.com.br/locales/pt-br/img/tit_data-leilao.png?v=1.0.0) 0 0 no-repeat;
		height:0;
		overflow:hidden;
		padding:34px 0 0 0;
		margin:0 0 10px 0;
	}



/*------------------------------------------Lances */

.boxContent {
	position:relative;
	background:url(http://www.leilaoartedesign.com.br/locales/global/img/bg_transparent.png?v=1.0.0) 0 0 no-repeat;
	width:982px;
	height:434px;
	margin:0 auto 10px;
	z-index:1;
	zoom:1;
}
	.boxContent .titLeilao{
		margin:0;
	}
	
	.imgObraG {
		float:left;display:inline;
		width:325px;
		text-align:center;
		margin:0 auto 0 25px;
		height:340px;
		overflow:hidden;
	}
	
	.boxContentObra {
		float:left;display:inline;
		width:309px;
		height:332px;
		padding:0 0 0 12px;
		overflow:hidden;
	}
	
		.dadosObra li {
			font-size:11px;
		}
		
			.dadosObra li.numLote {
				font-size:10px;
			}
			
		.hr	{border-bottom:1px solid #ffffff;}
		.hrBoxFeedBack{
			border-bottom:1px solid #ed008c;
			margin:28px auto;
			text-align:center;
			width:262px;	
		}
	
	.boxFeedBack {
		float:left;display:inline;
		background-color:#ffffff;
		width:273px;
		height:316px;
		margin:-23px 0 4px 10px;
		overflow:hidden;
		zoom:1;
	}
	
	.titRecebSuces {
		color:#ed008c;
		font-weight:bold;
		font-size:18px;
		text-align:center;
		margin:0 auto;
		padding:94px 0 0 0;
	}
		.boxBtFecharLance {
		
		}
	
	/* Formulario */
	.boxLancePrevio	{
		float:left;display:inline;
		background-color:#ffffff;
		width:273px;
		height:316px;
		margin:-23px 0 4px 10px;
		overflow:hidden;
		zoom:1;
	}
	
		.titLancePrevio{
			font-family:verdana;
			font-size:18px;
			color:#ed008c;
			font-weight:none;
			border-bottom:1px solid #ed008c;
			margin:0 0 20px 0; 
		}
			
			.fldWrapper{
				display:block;
				padding:1px 2px;
				_padding:0 2px;
				border:1px solid #a5668b;
				font-size:11px;
			}
				.fldWrapper input{
					border:none;
					background:transparent;
					padding:0;
					width:100%;
				}
			
			.boxLancePrevio .lineWrapper {
				overflow:hidden;
				margin-bottom:10px;
				zoom:1;
			}
			
				.boxLancePrevio .lineWrapper .blur {
					font-weight:normal;
				}
			
				.boxLancePrevio .error {
					background-color:#f7f190;
				}
				
			.boxLancePrevio .fldWrapper {
				float:left;display:inline;
			}
			
			#divAlert {
				color:red;
				font-size:9px;
				margin:10px 0;
				font-weight:bold;
			}
		
		.campoRg,
		.campoNome {
			width:118px;
		}
		
		.campoRg,
		.campoDD,
		.campoCel,
		.campoNum,
		.campoCida,
		.campoComple,
		.campoNome{
			margin-right:5px;
		}
		
		.campoCpf,
		.campoSobreNome {
			width:128px;
		}
		
		.campoCida {
			width:150px;
		}
		
		.campoCel,
		.campoTel{
			width:95px;
		}
		
		.campoDD{
			width:17px;
		}
		
		.campoLance,
		.campoEnd {
			width:257px;
		}
		
		.campoNum {
			width:44px;
		}
		
		.campoEsta {
			width:44px;
			padding:0;
		}
		
		.campoComple{
			width:139px;
		}
		
		.campoBairro{
			width:107px;
		}
		
	.boxCampos {
		padding:0 5px;
	}
		.boxCampos input {
			color:#9f9f9f;
			font-size:10px;
			font-weight:bold;
		}
	
	.txtAceita {
		font-size:10px;
		color:#9f9f9f;
	}
	
	.txtAceita a:link,
	.txtAceita a:active,
	.txtAceita a:hover,
	.txtAceita a:visited {
		color:#9f9f9f;
	}
	
	.txtCamposObriga {
		font-size:9px;
		color:#9f9f9f;
		margin:10px 0 0 0;
	}
	
	.boxBtEnviarLance {
		float:left;display:inline;
		background-color:#ffffff;
		width:273px;
		height:37px;
		margin:0 0 0 10px;
		text-align:right;
	}
		.btEnviarLance {
			margin:14px 10px;
		}
	

	.boxBtFecharLance {
		float:left;display:inline;
		background-color:#ffffff;
		width:273px;
		height:37px;
		margin:0 0 0 10px;
		text-align:right;
	}
	
		.btFechar {
			margin:14px 10px;
		}
/*------------------------------------------Localizacao */		

.floatLeftContainer {
	float:left;display:inline;
	overflow:hidden;
	zoom:1;
}

	.wrpLocalizacao {
		padding-left:11px;
		font-size:14px;
	}
	
		.wrpLocalizacao ul {
			padding:81px 0 0 0;
			width:300px;
		}
		
			.wrpLocalizacao ul li {
				font-weight:bold;
			}
			
	.boxGmap {
		margin:0 10px 0 auto;
		text-align:right;
		width:658px;
		height:299px;
	}
	
/*------------------------------------------Artistas  */			

.wrpArtistas {
	margin:0 0 0 11px;
	overflow:hidden;
	zoom:1;
}
	.wrpArtistas ul {
		font-weight:bold
	}
	
	.wrpArtistas ul li {
		float:left;display:inline;
		margin:0 0 0 8px;
		width:170px;
		height:12px;
		font-size:10px;
		padding:10px 0;
	}
	
	.wrpArtistas table tr td {
		width:145px;
	}
	
.dataLeilaoInterna	{
	position:absolute;
	margin:0;
	bottom:10px;
	left:0;
}

/* Fix Coluna dos Artistas */
.ie_cb {
	clear:both;
	width:100%;
}	

.first {
	margin-left:0 !important;
}

/*------------------------------------------Sobre  */
.wrpSobre {
	margin:0 0 0 11px;
	overflow:hidden;
	float:left;display:inline;
	width:491px;
	zoom:1;
}

.wrpApoio { 
	float:left;display:inline;
	width:409px;
	height:266px;
	background-color:#fff;
	margin:0 0 0 20px;
	color:#ed008c;
	padding:0 0 0 20px;
}

	.wrpApoio .hr { 
		border-top:1px solid #ed008c;
		width:390px;
	}
	.wrpApoio .holderApoio { 
		overflow:auto;
		width:390px;
		height:194px;
	}
	
		.holderApoio .logo li { 
			float:left;display:inline;
			margin:3px;
		}
		
		.holderApoio .semLogo li{ 
			color:#9f9f9f;
			clear:both;
		}
		

	
	
/*------------------------------------------Termos  */

.wrpTermo {
	margin:0 0 0 11px;
	overflow:hidden;
	height:316px;
	zoom:1;
}

	.boxTermo {
		overflow:auto;
		width:957px;
		height:263px;
	}

		.boxTermo p {
			font-size:10px;
			font-weight:bold;
		}


.logoTwitter {
	margin:-3px 3px 0 25px;
}		
		
